Skip to content

Commit

Permalink
fix header file path
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-zimoch committed Mar 18, 2024
1 parent 211f689 commit a090cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ HEADERS += src/StreamFormat.h
HEADERS += src/StreamFormatConverter.h
HEADERS += src/StreamBuffer.h
HEADERS += src/StreamError.h
HEADERS += src/StreamVersion.h
HEADERS += src/StreamProtocol.h
HEADERS += src/StreamBusInterface.h
HEADERS += src/StreamCore.h
HEADERS += src/MacroMagic.h
HEADERS += $(COMMON_DIR)/StreamVersion.h

CPPFLAGS += -DSTREAM_INTERNAL -I$(COMMON_DIR)

Expand Down

0 comments on commit a090cd4

Please sign in to comment.