mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
rcsim: create rcsim.h automatically
add rcsim.h to .gitignore
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb44e90b03
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-10-04 (Fri, 04 Oct 2013)
Origin message was:
------------------
- rcsim: create rcsim.h automatically
add rcsim.h to .gitignore
------------------
This commit was generated by Migit
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