X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/210d55e8a677248959b0564c1a2942f6b3aebe3d..HEAD:/tests/gtkmm/dnd/Makefile.am?ds=sidebyside diff --git a/tests/gtkmm/dnd/Makefile.am b/tests/gtkmm/dnd/Makefile.am index 5797489..24c23e2 100644 --- a/tests/gtkmm/dnd/Makefile.am +++ b/tests/gtkmm/dnd/Makefile.am @@ -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