blob: f5f3f23d00c2dcb8b4151ffa3459364750a92314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
INCLUDES= -I$(top_srcdir)/tdeparts $(all_includes)
# the service type
servicetypedir = $(kde_servicetypesdir)
servicetype_DATA = kbytesedit.desktop
# the interfaces
khexeditinclude_HEADERS = byteseditinterface.h \
valuecolumninterface.h charcolumninterface.h \
zoominterface.h clipboardinterface.h
khexeditincludedir = $(includedir)/khexedit
|