makefile.am + header changes
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
index 7880689ddf1c803d4d6832682763f8963a2d6fbe..d90dc0964702c19db873aa456c5d83ccf688d550 100644 (file)
@@ -16,13 +16,20 @@ libdir = ${lttvplugindir}
 #bin_PROGRAMS = mainwin
 lib_LTLIBRARIES = libmainwin.la
 
+
 libmainwin_la_LDFLAGS = -module
 libmainwin_la_SOURCES = \
        init_module.c \
-       support.c support.h \
-       interface.c interface.h \
-       callbacks.c callbacks.h \
-       gtkcustom.c gtkcustom.h
+       support.c \
+       interface.c \
+       callbacks.c \
+       gtkcustom.c
+
+libmainwin_la_HEADERS = \
+       support.h \
+       interface.h \
+       callbacks.h
+
 
 libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
This page took 0.022684 seconds and 4 git commands to generate.