diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-01-16 19:34:19 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-01-16 19:34:19 +0900 |
commit | fa93fedc5e14552a56a0c3d54d50b1af134fa7cb (patch) | |
tree | 4f974369e51ad2c75c632009b78d633207ad2dd0 | |
parent | 08a1894883db1867a2ae14e96909660645bfbb73 (diff) |
Fix a build fail.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e4ee6d..5859ae3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ NULL = AUTOMAKE_OPTIONS = dist-bzip2 -SUBDIRS = data liblangtag +SUBDIRS = liblangtag data if ENABLE_GOBJECT SUBDIRS += liblangtag-gobject |