blob: 2007129da621be0bc65073736c36c3acfe56fb18 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $Id$
INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir) $(all_includes)
include_HEADERS = kregexpeditorinterface.h
METASOURCES = AUTO
servicetypedir = $(kde_servicetypesdir)
servicetype_DATA = kregexpeditor.desktop
|