mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- rcsim: create rcsim.h automatically
add rcsim.h to .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -37,5 +37,6 @@ src/zapit/src/pzapit
|
||||
src/zapit/src/udpstreampes
|
||||
src/drivertool
|
||||
src/dt
|
||||
src/rcsim.h
|
||||
src/gui/version.h
|
||||
src/nhttpd/nhttpd.conf
|
||||
|
@@ -1,3 +1,9 @@
|
||||
BUILT_SOURCES = rcsim.h
|
||||
rcsim.h:
|
||||
pushd $(top_srcdir)/src/ && ./create_rcsim_h.sh > $@
|
||||
|
||||
.PHONY: rcsim.h
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -D__STDC_FORMAT_MACROS
|
||||
|
||||
SUBDIRS = zapit gui daemonc driver system eitd timerd nhttpd
|
||||
|
Reference in New Issue
Block a user