Skip to content

Commit

Permalink
use $(TARGETS_COMMON) in _DATA to make it even more less redundanter
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Oct 15, 2013
1 parent d16e595 commit 9265121
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ EXTRA_DIST=$(BASENAME).$(LANG1).dix \
apertium_nobdir=$(prefix)/lib/apertium/$(BASENAME)/
apertium_nob_srcdir=$(prefix)/share/apertium/$(BASENAME)/

apertium_nob_DATA=$(LANG1).automorf.bin $(LANG1).autogen.bin \
$(LANG1).automorf.att.gz $(LANG1).autogen.att.gz \
$(LANG1).rlx.bin
apertium_nob_DATA=$(TARGETS_COMMON)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(BASENAME).pc
Expand Down

0 comments on commit 9265121

Please sign in to comment.