diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2011-06-14 17:21:48 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2011-06-23 05:28:31 -0700 |
commit | 7d5c8a12cbc295b3e33e1b60bd7330e2bc93a966 (patch) | |
tree | 3e2ff5e65ff096ccc892c04ad431dd34285192b3 /test/Makefile.am | |
parent | 8ac651552bb70ba36238f430adab2f7a7f24db6e (diff) |
Don't use empty source files
When an empty _SOURCES variable is declared, automake will recognize that
only linking is needed.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Tested-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5574e7d1e..29e483a26 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -21,6 +21,7 @@ list_LDADD=$(TEST_LDADD) misc_LDADD=$(TEST_LDADD) fixes_LDADD=$(TEST_LDADD) +libxservertest_la_SOURCES = libxservertest_la_LIBADD = \ $(XSERVER_LIBS) \ $(top_builddir)/hw/xfree86/loader/libloader.la \ @@ -39,8 +40,3 @@ libxservertest_la_LIBADD = \ @XORG_LIBS@ endif endif - -CLEANFILES=libxservertest.c - -libxservertest.c: - touch $@ |