summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-04-09 10:06:38 +0000
committerAkim Demaille <akim@epita.fr>2001-04-09 10:06:38 +0000
commit3334f9a65f404227277fa8a43982142fc871ed09 (patch)
tree17fd36ddae241d8f68866b3ca1774e0e819b43fd /lib/am/compile.am
parent7aa9fca11e546a568f26497dd65292a36ed8b55f (diff)
downloadautomake-3334f9a65f404227277fa8a43982142fc871ed09.tar.gz
* comp-vars.am: Remove, merged into...
* compile.am: here. * automake.in (&get_object_extension): Adjust.
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r--lib/am/compile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am
index 75f7c0ee9..f47c2e0cb 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -16,6 +16,13 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
+
+DEFS = @DEFS@%DEFAULT_INCLUDES%
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+
+
mostlyclean-am: mostlyclean-compile
mostlyclean-compile:
## Don't remove 'core.*' because some distributions have eg "core.c".