Install log.h but not sysdef.h

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1586 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Rutger Hofman 16 years ago
parent ec6bd3f4f9
commit 9da936eb61

@ -41,6 +41,7 @@ pkginclude_HEADERS = \
gettext.h \
jim.h \
jtag.h \
log.h \
part_instruction.h \
parport.h \
part.h \
@ -49,7 +50,6 @@ pkginclude_HEADERS = \
tap_state.h \
tap.h \
svf.h \
sysdep.h \
types.h \
urjtag.h \
usbconn.h \
@ -57,3 +57,5 @@ pkginclude_HEADERS = \
usbconn/libusb.h \
xpcu.h
noinst_HEADERS = \
sysdep.h

@ -23,8 +23,6 @@
#ifndef URJ_LOG_H
#define URJ_LOG_H
#include "sysdep.h"
#include <stdarg.h>
/**

@ -25,8 +25,6 @@
#ifndef URJ_SVF_H
#define URJ_SVF_H
#include "sysdep.h"
#include <stdint.h>
#include <stdio.h>

Loading…
Cancel
Save