diff options
| author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-11-01 09:58:09 +0100 |
|---|---|---|
| committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-11-01 09:58:09 +0100 |
| commit | e239d8a308dcd76cb01d7bb05acb15167341cde5 (patch) | |
| tree | e454fa2eb92998b96969975a4b5afb5c0f48e052 /Makefile | |
| parent | e6cc26ab4a3fb21510366ae25865be4aaca76e11 (diff) | |
| parent | 726d99a3ed5c12242e0e3c6416b3175c18dbedfd (diff) | |
| download | vdr-plugin-eepg-e239d8a308dcd76cb01d7bb05acb15167341cde5.tar.gz vdr-plugin-eepg-e239d8a308dcd76cb01d7bb05acb15167341cde5.tar.bz2 | |
Merge branch 'Branch_na_ok' into experimental
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -65,7 +65,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o +OBJS = $(PLUGIN).o dish.o ifdef DBG CXXFLAGS += -g @@ -78,7 +78,10 @@ I18Npot = $(PODIR)/$(PLUGIN).pot I18Nmsgs = $(addprefix $(LOCALEDIR)/,$(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo,$(notdir $(foreach file, $(wildcard $(PODIR)/*.po), $(basename $(file)))))) LOCALEDIR = $(VDRDIR)/locale -# Dependencies: +### Default Target +default: $(OBJS) + +### Dependencies: MAKEDEP = $(CXX) -MM -MG DEPFILE = .dependencies |
