Commit 563c8907371e7078a6d9454303bfcfd992765f3d
1 parent
5d28bb7b
Exists in
master
and in
1 other branch
Fixing glade files installation.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -336,7 +336,7 @@ install-glade: |
336 | 336 | @mkdir -p $(DESTDIR)$(datarootdir)/glade/pixmaps/hicolor/22x22/actions |
337 | 337 | |
338 | 338 | @$(INSTALL_DATA) \ |
339 | - glade/v3270.xml | |
339 | + glade/v3270.xml \ | |
340 | 340 | $(DESTDIR)$(datarootdir)/glade/catalogs/v3270.xml |
341 | 341 | |
342 | 342 | @$(INSTALL_DATA) \ | ... | ... |