diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-12-19 09:49:49 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-19 09:49:49 -0800 |
commit | 3b5703c7fa08e63f2a31be7496ded9c70015946d (patch) | |
tree | a8d50a19e82fbeddeac533dc2e18f05e989eefb6 /src/sil164/Makefile.am | |
parent | d89e211b12ff715d7475421af69157b102accaca (diff) |
Respect the srcdir.
Diffstat (limited to 'src/sil164/Makefile.am')
-rw-r--r-- | src/sil164/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sil164/Makefile.am b/src/sil164/Makefile.am index d4c0cbd2..927f5a77 100644 --- a/src/sil164/Makefile.am +++ b/src/sil164/Makefile.am @@ -3,7 +3,7 @@ # -avoid-version prevents gratuitous .0.0.0 version numbers on the end # _ladir passes a dummy rpath to libtool so the thing will actually link # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. -AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I../ +AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(srcdir)/../ sil164_la_LTLIBRARIES = sil164.la sil164_la_LDFLAGS = -module -avoid-version |