14 lines
305 B
Diff
14 lines
305 B
Diff
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am.orig
|
|
+++ Makefile.am
|
|
@@ -2,6 +2,8 @@
|
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
+ACLOCAL_AMFLAGS = -I m4macros
|
|
+
|
|
SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
|
|
|
|
bin_SCRIPTS = glib-gettextize
|