diff options
Diffstat (limited to 'wifi/locations/Makefile.am')
-rw-r--r-- | wifi/locations/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wifi/locations/Makefile.am b/wifi/locations/Makefile.am new file mode 100644 index 00000000..9bc167e7 --- /dev/null +++ b/wifi/locations/Makefile.am @@ -0,0 +1,6 @@ +emo_DATA = DE_BW_Karlsruhe_University.loc \ + NOWHERE.loc + +emodir = $(kde_datadir)/kwifimanager/locations + +EXTRA_DIST = $(emo_DATA) |