diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 5 | ||||
-rwxr-xr-x | tools/dbusmenu-bench (renamed from tools/dbusmenubench.py) | 0 | ||||
-rw-r--r-- | tools/testapp/Makefile.am | 17 |
3 files changed, 22 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 415050f..eedfa29 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,10 @@ +SUBDIRS = testapp + libexec_PROGRAMS = dbusmenu-dumper +libexec_SCRIPTS = dbusmenu-bench + dbusmenu_dumper_SOURCES = \ dbusmenu-dumper.c @@ -12,3 +16,4 @@ dbusmenu_dumper_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) +EXTRA_DIST = dbusmenu-bench diff --git a/tools/dbusmenubench.py b/tools/dbusmenu-bench index 7a50b2c..7a50b2c 100755 --- a/tools/dbusmenubench.py +++ b/tools/dbusmenu-bench diff --git a/tools/testapp/Makefile.am b/tools/testapp/Makefile.am new file mode 100644 index 0000000..a8b42dd --- /dev/null +++ b/tools/testapp/Makefile.am @@ -0,0 +1,17 @@ + +libexec_PROGRAMS = dbusmenu-testapp + +dbusmenu_testapp_SOURCES = \ + main.c + +dbusmenu_testapp_CFLAGS = \ + -I $(srcdir)/../.. \ + $(DBUSMENUTESTS_CFLAGS) \ + $(DBUSMENUGLIB_CFLAGS) \ + -Wall -Werror + +dbusmenu_testapp_LDADD = \ + $(builddir)/../../libdbusmenu-glib/libdbusmenu-glib.la \ + $(builddir)/../../libdbusmenu-gtk/libdbusmenu-gtk.la \ + $(DBUSMENUGTK_LIBS) \ + $(DBUSMENUTESTS_LIBS) |