summaryrefslogtreecommitdiff
path: root/libs/pbd/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/tests/Makefile')
-rw-r--r--libs/pbd/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/pbd/tests/Makefile b/libs/pbd/tests/Makefile
new file mode 100644
index 0000000000..78cc489579
--- /dev/null
+++ b/libs/pbd/tests/Makefile
@@ -0,0 +1,5 @@
+test: xpath
+ LD_LIBRARY_PATH=..:../../sigc++2:../../glibmm2 ./xpath
+
+xpath: xpath.cc
+ gcc -o $@ -g -I.. `xml2-config --libs --cflags` -L.. -L../../sigc++2 -L../../glibmm2 -lstdc++ -lpbd -lglibmm2 -lsigc++2 $< \ No newline at end of file