From faeaeff901211776f20a2c426b739d121f3bfb0b Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 25 Jun 1999 16:31:46 +0000 Subject: [PATCH] Oops. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/Makefile.am | 3 ++- src/gtk1/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 51c48c4cab..801d06a57e 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -4,7 +4,8 @@ ## ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.3 no-dependencies +AUTOMAKE_OPTIONS = 1.3 +# no-dependencies SUFFIXES = .cpp .c diff --git a/src/gtk1/Makefile.am b/src/gtk1/Makefile.am index 51c48c4cab..801d06a57e 100644 --- a/src/gtk1/Makefile.am +++ b/src/gtk1/Makefile.am @@ -4,7 +4,8 @@ ## ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.3 no-dependencies +AUTOMAKE_OPTIONS = 1.3 +# no-dependencies SUFFIXES = .cpp .c -- 2.45.2