From ff4b3279432b8f0facda456c15a6b2ba597c6909 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 7 May 2015 09:12:22 +0200 Subject: Introduce status flags for each trip This can be used to e.g. indicate cancelled trips --- libplanfahr/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libplanfahr/Makefile.am') diff --git a/libplanfahr/Makefile.am b/libplanfahr/Makefile.am index 82e8f43..12044fb 100644 --- a/libplanfahr/Makefile.am +++ b/libplanfahr/Makefile.am @@ -3,8 +3,8 @@ include $(top_srcdir)/flymake.mk SUBDIRS = providers tests EXTRA_DIST = libplanfahr.sym \ - lpf-enumtypes.c \ - lpf-enumtypes.h \ + lpf-enumtypes.c.template \ + lpf-enumtypes.h.template \ $(NULL) BUILT_SOURCES = \ -- cgit v1.2.3