diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-18 22:02:16 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 01:18:04 +0100 |
commit | e0a47e8fcd592585030384faf6d42a2bf74f43ad (patch) | |
tree | ee6fc9af3abb8c16bedbad713d1f1881a2ff637e /.gitignore | |
parent | 920320374e3c104bf92536eb78bca08db5dbb362 (diff) | |
download | sciteco-e0a47e8fcd592585030384faf6d42a2bf74f43ad.tar.gz |
clean up SciTECO bootstrapping by building convenience library
* pkg-config LIBS should be added to $LIBS so that link order is correct
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,7 @@ .libs/ *.la *.lo +*.a *.o *.exe Makefile @@ -22,7 +23,6 @@ stamp-* # Generated code /doc/sciteco.1 -/teco.ini /src/gtk-info-popup*.[ch] /src/symbols-*.cpp |