diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-12 11:58:52 +0200 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-12 21:52:44 +0200 |
| commit | 128d6afb179756513860187cf5e31d84d6d8cac4 (patch) | |
| tree | aa6dacdfc3fac1b8784520de0eac5590c8f970da /gui/data | |
| parent | 1ba9d54f15fcea87055deef31abe0151b4f49467 (diff) | |
| download | pcsxr-128d6afb179756513860187cf5e31d84d6d8cac4.tar.gz | |
* Remove autotools build system.
Diffstat (limited to 'gui/data')
| -rw-r--r-- | gui/data/Makefile.am | 7 | ||||
| -rw-r--r-- | gui/data/pixmaps/Makefile.am | 18 |
2 files changed, 0 insertions, 25 deletions
diff --git a/gui/data/Makefile.am b/gui/data/Makefile.am deleted file mode 100644 index 07966973..00000000 --- a/gui/data/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -#glade_DATA = pcsxr.ui -#gladedir = $(datadir)/pcsxr - -desktopdir = $(datadir)/applications -desktop_DATA = pcsxr.desktop - -EXTRA_DIST = $(glade_DATA) $(desktop_DATA) diff --git a/gui/data/pixmaps/Makefile.am b/gui/data/pixmaps/Makefile.am deleted file mode 100644 index f5be2e62..00000000 --- a/gui/data/pixmaps/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -#pixmapdir = "$(datadir)/pcsxr" -#pixmap_DATA = \ - pcsxr-cd-open.png \ - pcsxr-iso-open.png \ - pcsxr-iso-reopen.png \ - pcsxr-memcard.png \ - pcsxr-play.png \ - pcsxr-plugin-cdr.png \ - pcsxr-plugin-gpu.png \ - pcsxr-plugin-pad.png \ - pcsxr-plugin-sio1.png \ - pcsxr-plugin-spu.png \ - pcsxr.png - -icondir = "$(datadir)/pixmaps" -icon_DATA = pcsxr-icon.png - -EXTRA_DIST = $(pixmap_DATA) $(icon_DATA) |
