diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 530ded5..6cad78b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ V = @ Q = $(V:1=) QUIET_GEN = $(Q:@=@echo ' GEN '$@;) -SUBDIRS = src example +SUBDIRS = src example tests %-0.1.pc: %.pc $(QUIET_GEN) cp -f $< $@ diff --git a/configure.ac b/configure.ac index 06cfc63..648c056 100644 --- a/configure.ac +++ b/configure.ac @@ -144,6 +144,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile example/Makefile + tests/Makefile libido.pc libido3.pc ]) diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..e0b73f5 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +# Testing, one, two, three |