summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-05-29 15:17:52 +0000
committerMartin Baulig <martin@src.gnome.org>2000-05-29 15:17:52 +0000
commit36f51b0a71f4f10c74c37d30bcdd59b01f06292b (patch)
tree02caf1b7f66874158ce4778f89c816d158376bd3
parent2613833d16d0319d36165a1dc9fa283aaf0c0d7e (diff)
downloadshared-mime-info-36f51b0a71f4f10c74c37d30bcdd59b01f06292b.tar.gz
*** empty log message ***
svn path=/trunk/; revision=1255
-rw-r--r--Makefile.am2
-rw-r--r--configure.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e38ab084..f49c1cab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = macros
+SUBDIRS = macros macros2
EXTRA_DIST = gnome-common.spec
diff --git a/configure.in b/configure.in
index 01851b9f..793a4878 100644
--- a/configure.in
+++ b/configure.in
@@ -16,4 +16,5 @@ AM_PROG_LIBTOOL
AC_OUTPUT([
Makefile
-macros/Makefile])
+macros/Makefile
+macros2/Makefile])