summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+1
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-20make: remove unrequired -I${top_builddir}/includeGaetan Nadon1-3/+0
The -I${top_srcdir}/include in AM_CFLAGS is the correct one. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+5
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-1/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-2/+5
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-1/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-21Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon1-1/+1
This is a private build script that should not be distributed
2009-01-09Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-3/+3
Code that already have a header with the proper prototype is safe to ansify. This uses XORG_CHANGELOG macro to properly work with the "git-log" to "git log" change (required to pass "make distcheck"), uses the XORG_CWARNFLAGS macro, and doesn't generate any compile warnings from gcc 4.3 and sparse.
2006-08-11Add lint library to CLEANFILESAlan Coopersmith1-0/+2
2006-08-11Replace static ChangeLog with dist-hook to generate from git-logAlan Coopersmith1-0/+9
2006-07-13Add lint checking & library targetsAlan Coopersmith1-0/+17
2006-03-20Bug #6243: Fix build on Cygwin, and when srcdir != objdir. (YaakovXORG-7_0_99_901Adam Jackson1-1/+1
Selkowitz)
2005-10-05Add missing files to EXTRA_DISTKevin E Martin1-1/+1
2005-07-16Use -version-number instead of -version-info.Daniel Stone1-1/+1
2005-07-14typo fixes (Matthieu Herrb)Adam Jackson1-1/+1
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard1-1/+1
2005-05-17Tue May 17 10:38:30 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+1
Remove Xdmcpconf.h and references to it, since it is not needed. Delete entries from the xlibs tree since they are not relevant
2005-05-14Move includes in Xau and Xdmcp into include/X11 subdirectories so that theJosh Triplett1-1/+2
source can reference them with <X11/...>.
2005-05-12Thu May 12 12:24:16 2005 Søren Sandmann <sandmann@redhat.com>XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen1-0/+64
Conditionally include config.h add Makefile.am