diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:14:50 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:14:50 +0000 |
commit | 657bb1fcc90a08f713c8f97c4f904808ea023c6e (patch) | |
tree | 2d95b3f9f1770eb9df9d2d0796485ebf5477d998 /src/Makefile.am | |
parent | 575cf8f35bb51df34d31035fcbf7d425f85ac79c (diff) |
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2505899..43751e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ libXdamage_la_SOURCES = \ Xdamage.c libXdamage_la_LIBADD = $(XDAMAGE_LIBS) $(X_LIBS) -libXdamage_la_CFLAGS = $(XDAMAGE_CFLAGS) $(X_CFLAGS) +AM__CFLAGS = $(XDAMAGE_CFLAGS) $(X_CFLAGS) INCLUDES = -I$(top_srcdir)/include/X11/extensions |