move lttv to root
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am b/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
new file mode 100644 (file)
index 0000000..be55264
--- /dev/null
@@ -0,0 +1,49 @@
+## Process this file with automake to produce Makefile.in
+
+AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS += $(GTK_CFLAGS)
+AM_CFLAGS += -fvisibility=hidden
+LIBS += $(GLIB_LIBS)
+LIBS += $(THREAD_LIBS)
+LIBS += $(GTK_LIBS)
+
+INCLUDES = \
+       -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+       -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+       @PACKAGE_CFLAGS@ \
+       $(DEFAULT_INCLUDES)
+
+#libdir = ${lttvplugindir}
+
+lib_LTLIBRARIES = liblttvwindow.la
+
+
+liblttvwindow_la_SOURCES = \
+       toolbar.c\
+       menu.c\
+       lttvwindow.c \
+       lttvwindowtraces.c \
+       init_module.c \
+       support.c \
+       interface.c \
+       callbacks.c \
+       lttv_plugin_tab.c \
+       lttv_plugin.c
+
+noinst_HEADERS = \
+       support.h \
+       interface.h \
+       callbacks.h\
+       mainwindow-private.h
+
+lttvwindowinclude_HEADERS = \
+       lttvwindow.h\
+       lttvwindowtraces.h\
+       mainwindow.h\
+       menu.h\
+       toolbar.h\
+       lttv_plugin_tab.h \
+       lttv_plugin.h
+
+liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
+
This page took 0.022171 seconds and 4 git commands to generate.