Move nls targets to the top level Makefile so the paths in

the pot file are saner
This commit is contained in:
Todd C. Miller
2011-06-04 18:27:13 -04:00
parent e8064e25dd
commit e66169b3ed
10 changed files with 78 additions and 148 deletions

View File

@@ -83,10 +83,6 @@ Makefile: $(srcdir)/Makefile.in
sample_plugin.la: $(OBJS)
$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LTLDFLAGS) -o $@ $(OBJS) $(LIBS) -module -export-symbols $(srcdir)/sample_plugin.sym -avoid-version -rpath $(plugindir)
update-po:
compile-po:
pre-install:
install: install-dirs install-plugin
@@ -103,8 +99,6 @@ install-doc:
install-plugin: install-dirs sample_plugin.la
$(INSTALL) -b~ -M 0755 .libs/sample_plugin$(soext) $(DESTDIR)$(plugindir)
install-nls:
uninstall:
-rm -f $(DESTDIR)$(plugindir)/sample_plugin$(soext)