mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6250ccc022
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Origin message was:
------------------
- tuxtxt2.conf: align to hardcoded values; align to our current font; install to image
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
21 lines
413 B
Makefile
21 lines
413 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/lib/libconfigfile \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/zapit/include \
|
|
@FREETYPE_CFLAGS@ \
|
|
@SIGC_CFLAGS@ \
|
|
@HWLIB_CFLAGS@
|
|
|
|
AM_CPPFLAGS += -fno-rtti -fno-exceptions
|
|
|
|
noinst_LIBRARIES = libtuxtxt.a
|
|
|
|
libtuxtxt_a_SOURCES = libtuxtxt.cpp tuxtxt.cpp
|
|
|
|
configdir = $(CONFIGDIR)/tuxtxt
|
|
|
|
config_DATA = tuxtxt2.conf
|