libraries install dir change, please recompile the whole tree
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
index 71788097633039e27be62ec5668993706ce78ea9..8e20e83eb6eb54eb9a93b0c63cad6d2f0a4ac9b0 100644 (file)
@@ -1,11 +1,18 @@
 ## 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"\" \
        @PACKAGE_CFLAGS@ \
        $(DEFAULT_INCLUDES)
 
+libdir = ${lttvplugindir}
+
 #bin_PROGRAMS = mainwin
 lib_LTLIBRARIES = libmainwin.la
 
This page took 0.022576 seconds and 4 git commands to generate.