]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - tests/gtkmm/dnd/Makefile.am
Mini bugfix.
[z.facultad/75.42/plaqui.git] / tests / gtkmm / dnd / Makefile.am
index 57974895f1acf0947f6d7163e399f65770c54899..24c23e2c547f779dc2793e2bbbf750c300e8c4e9 100644 (file)
@@ -1,5 +1,16 @@
-include $(top_srcdir)/examples/Makefile.am_fragment
+## Process this file with automake to produce Makefile.in
+
+INCLUDES = \
+       -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+       -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+       @PACKAGE_CFLAGS@
+
+bin_PROGRAMS = drag_and_drop 
+
+drag_and_drop_SOURCES = main.cc \
+       dndwindow.cc \
+       dndwindow.h
+
+drag_and_drop_LDADD = @PACKAGE_LIBS@
+
 
 
-#Build the executable, but don't install it.
-noinst_PROGRAMS = drag_and_drop
-drag_and_drop_SOURCES = dndwindow.h dndwindow.cc main.cc