diff --git a/Makefile.am b/Makefile.am index 44c4b4c..52be323 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,12 +12,12 @@ mconnect_LDADD = $(MCONNECT_LIBS) mconnect_CFLAGS = $(MCONNECT_CFLAGS) -test_mconn_crypt_SOURCES = src/mconn-crypt-test.c \ +test_mconn_crypt_SOURCES = test/mconn-crypt-test.c \ src/mconn-crypt.c \ src/mconn-crypt.h test_mconn_crypt_LDADD = $(MCONNECT_LIBS) -test_mconn_crypt_CFLAGS = $(MCONNECT_CFLAGS) +test_mconn_crypt_CFLAGS = $(MCONNECT_CFLAGS) -Isrc VALAFLAGS = $(MCONNECT_VALAFLAGS) diff --git a/src/mconn-crypt-test.c b/test/mconn-crypt-test.c similarity index 100% rename from src/mconn-crypt-test.c rename to test/mconn-crypt-test.c