]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - tests/GUI/Makefile.am
Agregue un intento de dibujar la grilla sobre el fondo, creando una clase
[z.facultad/75.42/plaqui.git] / tests / GUI / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = \
4         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6         @PACKAGE_CFLAGS@
7
8 bin_PROGRAMS = drag_and_drop 
9
10 drag_and_drop_SOURCES = main.cc \
11         dndwindow.cc \
12         dndwindow.h \
13         item.cc \
14         item.h \
15         workplace.h \
16         workplace.cc
17
18 drag_and_drop_LDADD = @PACKAGE_LIBS@
19
20