diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 68bdd37..9b48d50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS = hangul data test po +SUBDIRS = hangul data tools po +DIST_SUBDIRS = hangul data tools po test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libhangul.pc @@ -7,7 +8,12 @@ EXTRA_DIST = \ config.rpath \ doc/Makefile \ doc/Doxyfile.in \ - doc/mainpage.dox + doc/mainpage.dox \ + test/Makefile.am \ + test/Makefile.in \ + test/hangul.c \ + test/hanja.c \ + test/test.c log: unset LC_ALL; \ |