Changeset a3da2b2 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2012-08-31T09:55:22Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ca4c6ec1
Parents:
33fee91
Message:

Introduce include/ and source/ directories into libposix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r33fee91 ra3da2b2  
    225225
    226226ifeq ($(POSIX_COMPAT),y)
    227         CFLAGS = -I$(LIBPOSIX_PREFIX)
     227        CFLAGS = -I$(LIBPOSIX_PREFIX)/include/posix  -I$(LIBPOSIX_PREFIX)/include/
    228228        LIBS += $(LIBPOSIX_PREFIX)/libposix.a
    229229endif
Note: See TracChangeset for help on using the changeset viewer.