diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-15 19:28:36 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-15 19:28:36 -0500 |
commit | 4ec7af235c35dbcea1daaf497c6307213b4d9d9c (patch) | |
tree | b12ea17264a540959e1f1b68a8887d5d542de731 /src/Makefile.am | |
parent | 30dc0c769a9f048fd93a3c5f3cbff0aa8c923377 (diff) | |
download | ayatana-indicator-datetime-4ec7af235c35dbcea1daaf497c6307213b4d9d9c.tar.gz ayatana-indicator-datetime-4ec7af235c35dbcea1daaf497c6307213b4d9d9c.tar.bz2 ayatana-indicator-datetime-4ec7af235c35dbcea1daaf497c6307213b4d9d9c.zip |
in src/Makefile.am, remove unnecessary gen-%.xml.[ch] rules
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 31639af..7143c6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,13 +59,3 @@ libindicator_datetime_la_LDFLAGS = \ $(COVERAGE_LDFLAGS) \ -module -avoid-version endif - -gen-%.xml.c: %.xml - @echo "Building $@ from $<" - @echo "const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<)))) = " > $@ - @sed -e "s:\":\\\\\":g" -e s:^:\": -e s:\$$:\\\\n\": $< >> $@ - @echo ";" >> $@ - -gen-%.xml.h: %.xml - @echo "Building $@ from $<" - @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<))));" > $@ |