diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-09 13:12:10 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-09 13:12:10 -0500 |
commit | a2d158c290a831dffef3613ddb736c04377c51e7 (patch) | |
tree | 7b7ed2435970d41ce4576358c4775878bad6180e | |
parent | c9ebc0c532bf72e459ec93f6ff4198dfd7e32252 (diff) |
config: remove unused -I$(top_srcdir)/src directive
There are no sibling directories that need access to /src headers
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-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 da0dba5..0857c98 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AM_CFLAGS = $(CWARNFLAGS) -AM_CPPFLAGS = $(XORG_CFLAGS) -I$(top_srcdir)/src +AM_CPPFLAGS = $(XORG_CFLAGS) # this is obnoxious: # -module lets us name the module exactly how we want |