diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-09-16 16:12:52 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-09-16 16:12:52 -0700 |
commit | 2a7d834768411c4dd354f1ee3eb23d35c5420208 (patch) | |
tree | 059448cd5dc9e895b85998c55104921abfd0f4ba /xts5/Xlib16/Makefile.am | |
parent | 5f6f06fac51da2e193395c75185e3f35cafa9cf3 (diff) |
xts5: Fix automake include commands now that tset/ is gone
One less directory to ascend...
Diffstat (limited to 'xts5/Xlib16/Makefile.am')
-rw-r--r-- | xts5/Xlib16/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Xlib16/Makefile.am b/xts5/Xlib16/Makefile.am index 040c2863..ae05ad0b 100644 --- a/xts5/Xlib16/Makefile.am +++ b/xts5/Xlib16/Makefile.am @@ -1,4 +1,4 @@ -include ../../common.mk +include ../common.mk AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS = $(XTS_LCFLAGS) $(XTS_CFLAGS) |