diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-29 23:17:32 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-29 23:17:32 -0800 |
| commit | 3b1f919e65c4c88d0d760121d61456eb68dc79b6 (patch) | |
| tree | 32f23a64ef33a41011fd857f5bf50021bbd768b3 /src/Makefile.in | |
| parent | aa2d7c0ec0a0c69dcf41993bf8bae9c2c97cea9d (diff) | |
still working out issues, fixed some cli things
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index d6310c7..69d6c74 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -81,7 +81,7 @@ host_triplet = @host@ bin_PROGRAMS = dssi-render$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp + $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp TODO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -248,7 +248,6 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ -LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ |
