Makefile.am 742 B

123456789101112131415161718
  1. # This program is free software; you can redistribute it and/or
  2. # modify it under the terms of the GNU General Public License
  3. # as published by the Free Software Foundation; either version 2
  4. # of the License, or (at your option) any later version.
  5. #
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. # GNU General Public License for more details.
  10. #
  11. # Author: g0tsu
  12. # Email: g0tsu at dnmx.0rg
  13. include_HEADERS=libhighlight.h
  14. lib_LTLIBRARIES=libhighlight.la
  15. libhighlight_la_SOURCES=libhighlight.c parser.c tokenizer.c \
  16. compile-term.c compile-html.c compile-pp.c \
  17. keyword.c