diff options
author | gregory guy <[email protected]> | 2019-01-01 13:06:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-01 19:46:57 +0100 |
commit | 79583b3adacd0d3930ecef478a8535a7f4797803 (patch) | |
tree | 854b19e9f1b418d7bf643a8338ebcc3d21400a09 /src/Makefile.am | |
parent | 4f06bd748c726dacd29cd25eefa1502c835e4ed3 (diff) | |
download | tdeio-apt-79583b3adacd0d3930ecef478a8535a7f4797803.tar.gz tdeio-apt-79583b3adacd0d3930ecef478a8535a7f4797803.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit d1629627d4dc41b6235448811009b2cbe5c08f43)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5fd4edb..2332930 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ protocoldir = $(kde_servicesdir) protocol_DATA = apt.protocol apt+http.protocol appdatadir = $(kde_datadir)/tdeio_apt/ -appdata_DATA = tdeio_apt.css kdedeb_logo.png +appdata_DATA = tdeio_apt.css tdedeb_logo.png messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/tdeio_apt.pot |