summaryrefslogtreecommitdiff
path: root/src/fc
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:20:37 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:20:37 +0000
commit712140dadd20c7d2024d7b75f7033fff407e57e6 (patch)
tree160c307efd87622ff1ed7b108539351600a0f671 /src/fc
parentef504c5311dfd441dcb73be64e90f6e7a530b61c (diff)
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Diffstat (limited to 'src/fc')
-rw-r--r--src/fc/.cvsignore4
-rw-r--r--src/fc/fstrans.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/fc/.cvsignore b/src/fc/.cvsignore
index 09980ae..5200253 100644
--- a/src/fc/.cvsignore
+++ b/src/fc/.cvsignore
@@ -1,6 +1,6 @@
.deps
+*.la
.libs
+*.lo
Makefile
Makefile.in
-*.lo
-*.la
diff --git a/src/fc/fstrans.c b/src/fc/fstrans.c
index 73a540e..9f43d8f 100644
--- a/src/fc/fstrans.c
+++ b/src/fc/fstrans.c
@@ -22,6 +22,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define FONT_t
#define TRANS_CLIENT
#include <X11/Xtrans/transport.c>