git-svn-id: http://ltt.polymtl.ca/svn@250 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
index 71788097633039e27be62ec5668993706ce78ea9..a0af4c7b1af78ff9836804e97785003fe4578d4f 100644 (file)
@@ -1,5 +1,10 @@
 ## Process this file with automake to produce Makefile.in
 
+AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS += $(GTK_CFLAGS)
+LIBS += $(GLIB_LIBS)
+LIBS += $(GTK_LIBS) -L../../API -lmainWinApi
+
 INCLUDES = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
This page took 0.022953 seconds and 4 git commands to generate.