diff options
author | Javier <dev.git@javispedro.com> | 2014-01-28 16:50:47 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2014-01-28 16:50:47 +0100 |
commit | c2d6d46b9ca89cb1c0729ee599c3566d3d1e7cf7 (patch) | |
tree | 7e1e2285437816c06ac884d68284d854413cf41e /libtopmenu-client/Makefile.am | |
download | topmenu-gtk-c2d6d46b9ca89cb1c0729ee599c3566d3d1e7cf7.tar.gz topmenu-gtk-c2d6d46b9ca89cb1c0729ee599c3566d3d1e7cf7.zip |
initial import
Diffstat (limited to 'libtopmenu-client/Makefile.am')
-rw-r--r-- | libtopmenu-client/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libtopmenu-client/Makefile.am b/libtopmenu-client/Makefile.am new file mode 100644 index 0000000..b57343b --- /dev/null +++ b/libtopmenu-client/Makefile.am @@ -0,0 +1,8 @@ +lib_LTLIBRARIES = libtopmenu-client.la +libtopmenu_client_la_SOURCES = topmenu-client.c topmenu-client.h \ + topmenu-monitor.c topmenu-monitor.h \ + topmenu-appmenubar.c topmenu-appmenubar.h +libtopmenu_client_la_CPPFLAGS = $(GTK_CFLAGS) -DG_LOG_DOMAIN=\"topmenu-client\" +libtopmenu_client_la_LIBADD = $(GTK_LIBS) + +include_HEADERS = topmenu-client.h topmenu-monitor.h topmenu-appmenubar.h |