mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
- 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
13 lines
178 B
Makefile
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)
|