Gimp/plug-ins/ui/Makefile.am
Michael Natterer 9054ab5dc5 plug-ins: port file-tiff-save to GimpProcedureConfig
Implement the GUI using prop widgets and remove the glade file.
Change loading to attach the right parasite so the save procedure
finds the fake "last values".
2020-06-08 20:42:36 +02:00

8 lines
183 B
Makefile

uidatadir = $(gimpdatadir)/ui/plug-ins
uidata_DATA = \
plug-in-metadata-editor.ui \
plug-in-metadata-editor-calendar.ui \
plug-in-metadata-viewer.ui
EXTRA_DIST = $(uidata_DATA)