summaryrefslogtreecommitdiff
path: root/src/glibext/generators/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/generators/Makefile.am')
-rw-r--r--src/glibext/generators/Makefile.am11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/glibext/generators/Makefile.am b/src/glibext/generators/Makefile.am
index a332498..e95618f 100644
--- a/src/glibext/generators/Makefile.am
+++ b/src/glibext/generators/Makefile.am
@@ -3,17 +3,14 @@ noinst_LTLIBRARIES = libglibextgenerators.la
libglibextgenerators_la_SOURCES = \
- prologue.h prologue.c \
- rborder.h rborder.c
+ hex.h hex.c
-if BUILD_GTK_SUPPORT
-libglibextgenerators_la_SOURCES += \
- hex.h hex.c
-endif
+# prologue.h prologue.c \
+# rborder.h rborder.c
-libglibextgenerators_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)
+libglibextgenerators_la_CFLAGS = $(TOOLKIT_CFLAGS)
devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)