X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=fca2afc0fc52adf5ce060e43ef9a889eaea1ece8;hp=2d3621ad7870c112531ade1b09b664590bc3a47b;hb=805b4fdf7b70b0e9b298064f24ceff0c1d38e05b;hpb=3a9240aceaa70f89b0a6bba3769dc9a9c8f45f1b diff --git a/src/Makefile.am b/src/Makefile.am index 2d3621a..fca2afc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -check_PROGRAMS = test_query +check_PROGRAMS = test_query test_gdu noinst_PROGRAMS = yaz-my-server yaz-my-client bin_SCRIPTS = yazpp-config @@ -28,5 +28,6 @@ yaz_my_client_SOURCES=yaz-my-client.cpp yaz_my_server_SOURCES=yaz-my-server.cpp yaz-marc-sample.cpp test_query_SOURCES=test_query.cpp +test_gdu_SOURCES=test_gdu.cpp LDADD=libyazpp.la $(YAZLALIB)