diff options
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/Makefile.am | 11 | ||||
-rw-r--r-- | src/gtkext/gtkdockstation.c | 2 | ||||
-rw-r--r-- | src/gtkext/gtkviewpanel.c | 2 |
3 files changed, 2 insertions, 13 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index 863c7a8..6478b87 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -1,6 +1,4 @@ -BUILT_SOURCES = iodamarshal.h iodamarshal.c - noinst_LTLIBRARIES = libgtkext.la libgtkext_la_SOURCES = \ @@ -15,7 +13,6 @@ libgtkext_la_SOURCES = \ gtksourceview.h gtksourceview.c \ gtkviewpanel-int.h \ gtkviewpanel.h gtkviewpanel.c \ - iodamarshal.h iodamarshal.c \ support.h support.c libgtkext_la_LIBADD = \ @@ -31,11 +28,3 @@ AM_CPPFLAGS = AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) SUBDIRS = graph - - -iodamarshal.h: iodamarshal.list - glib-genmarshal --header $< > $@ - -iodamarshal.c: iodamarshal.list - echo "#include <$(subst .c,.h,$@)>" > $@ - glib-genmarshal --body $< >> $@ diff --git a/src/gtkext/gtkdockstation.c b/src/gtkext/gtkdockstation.c index 2a0d188..68c8e1d 100644 --- a/src/gtkext/gtkdockstation.c +++ b/src/gtkext/gtkdockstation.c @@ -29,9 +29,9 @@ #include "easygtk.h" -#include "iodamarshal.h" #include "../params.h" #include "../common/extstr.h" +#include "../glibext/chrysamarshal.h" diff --git a/src/gtkext/gtkviewpanel.c b/src/gtkext/gtkviewpanel.c index ab0f237..97897a8 100644 --- a/src/gtkext/gtkviewpanel.c +++ b/src/gtkext/gtkviewpanel.c @@ -25,7 +25,7 @@ #include "gtkviewpanel-int.h" -#include "iodamarshal.h" +#include "../glibext/chrysamarshal.h" |