diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-21 14:30:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-21 14:30:50 (GMT) |
commit | 0f73369ad9cd15cb17ae44aadfc035cb12778b93 (patch) | |
tree | 62ac147a79801bbfa34f0af36cd8430486d25680 /pixmaps | |
parent | 62eb3b9716f4d3ecbb7727c7a01c0564129f0111 (diff) |
Fixed installation directories.
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index bb1a7b5..2ce41ff 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -53,6 +53,6 @@ EXTRA_DIST = \ $(LIST_ICONS) \ $(MISC) -oidapixdir = $(datadir)/openida +pix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(ERROR_ICONS) $(MISC) -oidapix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(ERROR_ICONS) $(MISC) +pixdir = $(pixmapsdir) |