xca/ui/Makefile
Christian Hohnstaedt deec9eb993 Minor changes
- Add predefined templates to the list of templates
 - fix extension duplication bug in post 0.6.3 release
 - change Password dialog text properties
 - remove unused/duplicate code in lib/pki_key.cpp
2007-08-13 13:53:30 +02:00

13 lines
178 B
Makefile

ifeq ($(TOPDIR),)
TOPDIR=..
endif
UINAMES=$(patsubst %.ui, ui_%, $(wildcard *.ui))
UI_H=$(patsubst %, %.h, $(UINAMES))
DELFILES=$(UI_H)
include ../Rules.mak
headers: $(UI_H)